From: Jim Blandy Date: Sat, 15 May 1993 20:48:34 +0000 (+0000) Subject: * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96256 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9397d456509afed46ac517a58027c71dcf92ddc0;p=emacs.git * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for lib-src/getdate.y and src/systime.h. --- diff --git a/configure1.in b/configure1.in index a662465509a..eaf3aec1326 100755 --- a/configure1.in +++ b/configure1.in @@ -820,6 +820,7 @@ AC_LN_S AC_PROG_CPP AC_HAVE_HEADERS(sys/timeb.h sys/time.h) AC_STDC_HEADERS +AC_TIME_WITH_SYS_TIME AC_RETSIGTYPE AC_ALLOCA AC_HAVE_FUNCS(gettimeofday gethostname dup2)